Original author(s) | |
---|---|
Initial release | November 5, 2009[1] |
Available in | JavaScript |
Type | Ajax framework |
License | Apache License 2.0 |
Website | http://code.google.com/closure/ |
Google Closure Tools is a set of tools to help developers build rich web applications with JavaScript. It was developed by Google for use in their web applications such as Gmail, Google Docs and Google Maps.
Contents |
The Closure Compiler is a JavaScript optimizer that rewrites JavaScript code to make it faster and more compact.
The Closure Library is a JavaScript library, written specifically to take advantage of the Closure Compiler, based on a modular architecture. It provides cross-browser functions for DOM manipulations and events, AJAX and JSON, as well as more high-level objects such as User Interface widgets and controls.
Closure Templates are a templating system for dynamically generating HTML in both Java and Javascript.
Because the language was apparently referred to as "Soy" internal to Google, and "Soy" remains in some of the documentation and classes, sometimes Closure Templates are referred to as "Soy Templates".